home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HBenchmark / HnIBench.EN / RCDATA / TREPFORM / TREPFORM.txt
Encoding:
Text File  |  2002-04-13  |  2.2 KB  |  108 lines

  1. object RepForm: TRepForm
  2.   Left = 340
  3.   Top = 124
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Report wizard'
  7.   ClientHeight = 210
  8.   ClientWidth = 436
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object RadioGroup1: TRadioGroup
  21.     Left = 2
  22.     Top = 2
  23.     Width = 431
  24.     Height = 57
  25.     Caption = 'Report values'
  26.     ItemIndex = 1
  27.     Items.Strings = (
  28.       'benchmark everything once more'
  29.       'use only benchmarked values')
  30.     TabOrder = 0
  31.   end
  32.   object RadioGroup2: TRadioGroup
  33.     Left = 2
  34.     Top = 60
  35.     Width = 431
  36.     Height = 57
  37.     Caption = 'Output format'
  38.     ItemIndex = 1
  39.     Items.Strings = (
  40.       'text file'
  41.       'html page')
  42.     TabOrder = 1
  43.     OnClick = RadioGroup2Click
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 2
  47.     Top = 118
  48.     Width = 431
  49.     Height = 59
  50.     Caption = 'HTML options'
  51.     TabOrder = 2
  52.     object Label1: TLabel
  53.       Left = 8
  54.       Top = 16
  55.       Width = 180
  56.       Height = 13
  57.       Caption = 'Use this .CSS style file link in the page'
  58.     end
  59.     object Edit1: TEdit
  60.       Left = 8
  61.       Top = 32
  62.       Width = 415
  63.       Height = 21
  64.       TabOrder = 0
  65.       Text = 'http://'
  66.     end
  67.   end
  68.   object Button3: TButton
  69.     Left = 358
  70.     Top = 182
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 3
  77.   end
  78.   object Button4: TButton
  79.     Left = 224
  80.     Top = 182
  81.     Width = 129
  82.     Height = 25
  83.     Caption = '&Save report...'
  84.     Default = True
  85.     ModalResult = 1
  86.     TabOrder = 4
  87.     OnClick = Button4Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 96
  91.     Top = 182
  92.     Width = 123
  93.     Height = 25
  94.     Caption = 'Send by &mail'
  95.     ModalResult = 6
  96.     TabOrder = 5
  97.     OnClick = Button2Click
  98.   end
  99.   object SaveDialog1: TSaveDialog
  100.     DefaultExt = '*.txt'
  101.     Filter = 'Text files (*.txt)|*.txt|Html files (*.html)|*.html;*.htm'
  102.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  103.     Title = 'Save report as...'
  104.     Left = 2
  105.     Top = 178
  106.   end
  107. end
  108.